>>78791263
If anyone wants to make a missing 7z for chk, just add these to missing.cmd:
if not exist "%_NTPOSTBLD%\srv_info.chm" expand -r "%_RTLISO%\I386\srv_info.ch_" "%_NTPOSTBLD%"
if not exist "%_NTPOSTBLD%\srv_info.chm" expand -r "%_RTLISO%\AMD64\srv_info.ch_" "%_NTPOSTBLD%"
if not exist "%_NTPOSTBLD%\srv_info.chm" expand -r "%_RTLISO%\IA64\srv_info.ch_" "%_NTPOSTBLD%"
if not exist "%_NTPOSTBLD%\admtoolP.chm" expand -r "%_RTLISO%\I386\admtoolP.ch_" "%_NTPOSTBLD%"
if not exist "%_NTPOSTBLD%\admtoolW.chm" expand -r "%_RTLISO%\I386\admtoolW.ch_" "%_NTPOSTBLD%"
if not exist "%_NTPOSTBLD%\bootconP.chm" expand -r "%_RTLISO%\I386\bootconP.ch_" "%_NTPOSTBLD%"
Then run missing.cmd on (in order)
>the x86chk server2003 + x86chk XP pro SP1
>the x86fre server2003 non-enterprise editions
>the x86fre XP SP1 home edition
>the amd64fre XP x64 edition iso (for srv_info.chm)
If
you did that with an empty binaries.x86chk folder you should get 4333
files inside, delete the UDDI.cat as chk build seems to create its own
one fine, leaving 4332 files, then you can 7z the contents and post
somewhere.
(I'd do it myself but it'd take me hours to upload, really hope someone here is able to...)
This'll
only fix the filechk errors though (i.e. layout.inf files that are
missing), other postbuild stuff that still need missing files will still
fail, gonna look into those later.